@charset "utf-8";
    
div.navigation { 

    margin: 2px auto; 
    text-align: center; 
    padding: 9px 5px; 
    white-space: nowrap; 
    font: 12px Georgia; 
} 
span.navthis { 
	font-family: 'Open Sans',sans-serif;
    padding: 3px 8px; 
    background-color: #eee; 
    color:#387eaa; 
    font-weight: bold; 
    font-size: 13px; 
} 
a.nav { 
	font-family: 'Open Sans',sans-serif;
    padding: 4px 6px; 
    color: #888; 
    text-decoration: none; 
} 
a.nav:hover {
	font-family: 'Open Sans',sans-serif; 
    padding: 3px 6px; 
    color: #000; 
}
